home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / telecomm / 576 / xyz2 / read.me next >
Text File  |  1978-02-04  |  3KB  |  81 lines

  1.                        XYZ v2.0 Quick Reference
  2.  
  3. You should have the following files:
  4. XYZ.TTP         The program itself
  5. XYZ.DOC         Full documentation
  6. READ.ME         This file
  7.  
  8. Here it is at last -- XYZ with uploading!
  9.  
  10. XYZ v2.0 is shareware.  If you use it, please contribute.  I suggest $10.
  11. Send contributions, along with any other comments, to:
  12.  
  13. Alan Hamilton
  14. 6202 N. 16th St. #202
  15. Phoenix, AZ 85016-1734
  16.  
  17. I can also be reached on the GEnie network at A.HAMILTON1 or STARFALL.
  18.  
  19. If you are familiar with XYZ version 1, downloading works exactly the same  
  20. with version 2.  The only differences are that XYZ now estimates the
  21. file transfer time with YMODEM and ZMODEM (if possible), and it handles
  22. filenames not compatible with the ST better.  
  23.  
  24. The estimation assumes that that file will be sent with 100% utilization
  25. of the phone line.  In reality, due to slow response times, errors, etc.,
  26. the actual transfer time will be longer.  If you are using a high speed
  27. modem that uses flow control, the transfer times won't be correct unless
  28. you use the -b option.
  29.  
  30. Version 2 also has a "second chance save" feature for when you get a disk
  31. error saving a file.
  32.  
  33. See XYZ.DOC for information on all of the new features.
  34.  
  35. Command line examples:
  36.  
  37.                         No options means do a ZMODEM download to the
  38.                         current default folder
  39.  
  40. c:\download             Do a ZMODEM download to the DOWNLOAD folder on
  41.                         drive C
  42.  
  43. -y                      Do a YMODEM download to the default folder
  44.  
  45. -y c:\download          Do a YMODEM download to the DOWNLOAD folder on
  46.                         drive C
  47.  
  48. -x file1.arc            Do a XMODEM download of FILE1.ARC to the default
  49.                         folder (a filename must always be used with XMODEM)
  50.  
  51. To upload, put -u on the command line, along with the filename or filenames
  52. (up to ten) to be uploaded.  They may contain wildcards, and all files that
  53. match a wildcard pattern will be sent.
  54.  
  55. Examples:
  56.  
  57. -u e:\uploads\*.*       Do a ZMODEM upload of all files in the UPLOADS folder
  58.  
  59. -u afile.txt            Do a ZMODEM upload of AFILE.TXT that's in the default
  60.                         folder
  61.  
  62. -u *.*                  Do a ZMODEM upload of all files in the default folder
  63.                         NOTE: If this is the folder XYZ.TTP is in, it will
  64.                         send itself, so watch out.
  65.  
  66. xyz -y -u e:\uploads\*.ARC      Send all ARC files in the UPLOADS folder
  67.                                 using YMODEM
  68.  
  69. XMODEM can only send one file.  If you use wildcards, only the first file
  70. that matches will be sent.
  71.  
  72. xyz -x -u afile.txt             Send AFILE.TXT from the default folderusing
  73.                                 XMODEM
  74.  
  75. xyz -x1k -u a:\bfile.txt        Send BFILE.TXT from the root directory on drive
  76.                                 A using XMODEM with 1k blocks
  77.  
  78. If you have any problems, run XYZ with the -vlog.txt command, and send me
  79. the LOG.TXT file, along with any comments you may have.  I can be reached as
  80. A.HAMILTON1 or STARFALL on GEnie.
  81.